Html Css Color HEX #A1CF5B Conifer

📋 copy color: '#A1CF5B'

red 161 ◦ green 207 ◦ blue 91

#A1CF5B
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Conifer #A1CF5B

Tints of Conifer #A1CF5B

RGB

 RED value IS 161 (63.28% from 255) = 35.08%

 GREEN value IS 207 (81.25% from 255) = 45.1%

 BLUE value IS 91 (35.94% from 255) = 19.83%

R = 35.08%
G = 45.1%
B = 19.83%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.56

 K value IS 0.19

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#A1CF5B (or 0xA1CF5B) is known color: Conifer. HEX triplet: A1, CF and 5B. RGB value is (161,207,91). Sum of RGB (Red+Green+Blue) = 161+207+91=459 (60% of max value = 765). Red value is 161 (63.28% from 255 or 35.08% from 459); Green value is 207 (81.25% from 255 or 45.10% from 459); Blue value is 91 (35.94% from 255 or 19.83% from 459); Max value from RGB is 207 - color contains mainly: green. Hex color #A1CF5B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A1CF5B is #5E30A4. Grayscale: #B4B4B4. Windows color (decimal): -6172837 or 6016929. OLE color: 6016929.

HSL color Cylindrical-coordinate representation of color #A1CF5B: hue angle of 83.79º degrees, saturation: 0.55, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #A1CF5B is Cyan = 0.22, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.19.

Color convert

RGB 161 207 91 -
CMYK 0.22 0 0.56 0.19
HSL 83.79º 0.55% 0.58% -
HSV(B) 83.79º 0.56% 0.81% -
XYZ 38.9 52.96 18.07 -
YUV 180.02 77.76 114.43 -
System Red Green Blue C M Y K H S L
Decimal 161 207 91 0.22 0 0.56 0.19 83.79 0.55 0.58
Hex A1 CF 5B 16 0 38 13 54 37 3A
Octal 241 317 133 26 0 70 23 124 67 72
Binary 10100001 11001111 1011011 10110 0 111000 10011 1010100 110111 111010

Color Harmonies of #A1CF5B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1CF5B

Black with #A1CF5B

Text Example


Text Example

White with #A1CF5B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1CF5B; }

 p { color: rgb(161,207,91); }

 H1.HeaderClassName
 {
   color: #A1CF5B;
 }
 .AnyTagClassName
 {
   color: #A1CF5B;
 }
</style>

background-color css

<style>
 a { background-color: #A1CF5B; }

 a { background-color: rgb(161,207,91); }

 div.DivClassName
 {
   background-color: #A1CF5B;
 }
 .BgClassName
 {
   background-color: #A1CF5B;
 }
</style>

border-color css

<style>
 span { border-color: #A1CF5B; }

 span { border-color: rgb(161,207,91); }

 td.TdClassName
 {
   border-color: #A1CF5B;
 }
 .TagClassName
 {
   border-color: #A1CF5B;
 }
</style>