Html Css Color HEX #ABCF6A Conifer

📋 copy color: '#ABCF6A'

red 171 ◦ green 207 ◦ blue 106

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

Shades of Conifer #ABCF6A

Tints of Conifer #ABCF6A

RGB

 RED value IS 171 (67.19% from 255) = 35.33%

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

 BLUE value IS 106 (41.8% from 255) = 21.9%

R = 35.33%
G = 42.77%
B = 21.9%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.49

 K value IS 0.19

RGB Variations

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

Color information

#ABCF6A (or 0xABCF6A) is known color: Conifer. HEX triplet: AB, CF and 6A. RGB value is (171,207,106). Sum of RGB (Red+Green+Blue) = 171+207+106=484 (64% of max value = 765). Red value is 171 (67.19% from 255 or 35.33% from 484); Green value is 207 (81.25% from 255 or 42.77% from 484); Blue value is 106 (41.80% from 255 or 21.90% from 484); Max value from RGB is 207 - color contains mainly: green. Hex color #ABCF6A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ABCF6A is #543095. Grayscale: #B9B9B9. Windows color (decimal): -5517462 or 6999979. OLE color: 6999979.

HSL color Cylindrical-coordinate representation of color #ABCF6A: hue angle of 81.39º degrees, saturation: 0.51, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #ABCF6A is Cyan = 0.17, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.19.

Color convert

RGB 171 207 106 -
CMYK 0.17 0 0.49 0.19
HSL 81.39º 0.51% 0.61% -
HSV(B) 81.39º 0.49% 0.81% -
XYZ 41.71 54.32 21.92 -
YUV 184.72 83.57 118.21 -
System Red Green Blue C M Y K H S L
Decimal 171 207 106 0.17 0 0.49 0.19 81.39 0.51 0.61
Hex AB CF 6A 11 0 31 13 51 33 3D
Octal 253 317 152 21 0 61 23 121 63 75
Binary 10101011 11001111 1101010 10001 0 110001 10011 1010001 110011 111101

Color Harmonies of #ABCF6A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABCF6A

Black with #ABCF6A

Text Example


Text Example

White with #ABCF6A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABCF6A; }

 p { color: rgb(171,207,106); }

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

background-color css

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

 a { background-color: rgb(171,207,106); }

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

border-color css

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

 span { border-color: rgb(171,207,106); }

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