Html Css Color HEX #A2CF5B Conifer

📋 copy color: '#A2CF5B'

red 162 ◦ green 207 ◦ blue 91

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

Shades of Conifer #A2CF5B

Tints of Conifer #A2CF5B

RGB

 RED value IS 162 (63.67% from 255) = 35.22%

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

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

R = 35.22%
G = 45%
B = 19.78%

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

#A2CF5B (or 0xA2CF5B) is known color: Conifer. HEX triplet: A2, CF and 5B. RGB value is (162,207,91). Sum of RGB (Red+Green+Blue) = 162+207+91=460 (60% of max value = 765). Red value is 162 (63.67% from 255 or 35.22% from 460); Green value is 207 (81.25% from 255 or 45% from 460); Blue value is 91 (35.94% from 255 or 19.78% from 460); Max value from RGB is 207 - color contains mainly: green. Hex color #A2CF5B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A2CF5B is #5D30A4. Grayscale: #B4B4B4. Windows color (decimal): -6107301 or 6016930. OLE color: 6016930.

HSL color Cylindrical-coordinate representation of color #A2CF5B: hue angle of 83.28º 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 #A2CF5B is Cyan = 0.22, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.19.

Color convert

RGB 162 207 91 -
CMYK 0.22 0 0.56 0.19
HSL 83.28º 0.55% 0.58% -
HSV(B) 83.28º 0.56% 0.81% -
XYZ 39.1 53.06 18.08 -
YUV 180.32 77.59 114.93 -
System Red Green Blue C M Y K H S L
Decimal 162 207 91 0.22 0 0.56 0.19 83.28 0.55 0.58
Hex A2 CF 5B 16 0 38 13 53 37 3A
Octal 242 317 133 26 0 70 23 123 67 72
Binary 10100010 11001111 1011011 10110 0 111000 10011 1010011 110111 111010

Color Harmonies of #A2CF5B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2CF5B

Black with #A2CF5B

Text Example


Text Example

White with #A2CF5B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2CF5B; }

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

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

background-color css

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

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

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

border-color css

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

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

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