Html Css Color HEX #AFDB6C Conifer

📋 copy color: '#AFDB6C'

red 175 ◦ green 219 ◦ blue 108

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

Shades of Conifer #AFDB6C

Tints of Conifer #AFDB6C

RGB

 RED value IS 175 (68.75% from 255) = 34.86%

 GREEN value IS 219 (85.94% from 255) = 43.63%

 BLUE value IS 108 (42.58% from 255) = 21.51%

R = 34.86%
G = 43.63%
B = 21.51%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.51

 K value IS 0.14

RGB Variations

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

Color information

#AFDB6C (or 0xAFDB6C) is known color: Conifer. HEX triplet: AF, DB and 6C. RGB value is (175,219,108). Sum of RGB (Red+Green+Blue) = 175+219+108=502 (66% of max value = 765). Red value is 175 (68.75% from 255 or 34.86% from 502); Green value is 219 (85.94% from 255 or 43.63% from 502); Blue value is 108 (42.58% from 255 or 21.51% from 502); Max value from RGB is 219 - color contains mainly: green. Hex color #AFDB6C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AFDB6C is #502493. Grayscale: #C1C1C1. Windows color (decimal): -5252244 or 7134127. OLE color: 7134127.

HSL color Cylindrical-coordinate representation of color #AFDB6C: hue angle of 83.78º degrees, saturation: 0.61, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #AFDB6C is Cyan = 0.20, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.14.

Color convert

RGB 175 219 108 -
CMYK 0.20 0 0.51 0.14
HSL 83.78º 0.61% 0.64% -
HSV(B) 83.78º 0.51% 0.86% -
XYZ 45.72 60.86 23.52 -
YUV 193.19 79.92 115.03 -
System Red Green Blue C M Y K H S L
Decimal 175 219 108 0.20 0 0.51 0.14 83.78 0.61 0.64
Hex AF DB 6C 14 0 33 E 54 3D 40
Octal 257 333 154 24 0 63 16 124 75 100
Binary 10101111 11011011 1101100 10100 0 110011 1110 1010100 111101 1000000

Color Harmonies of #AFDB6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFDB6C

Black with #AFDB6C

Text Example


Text Example

White with #AFDB6C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFDB6C; }

 p { color: rgb(175,219,108); }

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

background-color css

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

 a { background-color: rgb(175,219,108); }

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

border-color css

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

 span { border-color: rgb(175,219,108); }

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