Html Css Color HEX #AFDF6A Conifer

📋 copy color: '#AFDF6A'

red 175 ◦ green 223 ◦ blue 106

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

Shades of Conifer #AFDF6A

Tints of Conifer #AFDF6A

RGB

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

 GREEN value IS 223 (87.5% from 255) = 44.25%

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

R = 34.72%
G = 44.25%
B = 21.03%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.52

 K value IS 0.13

RGB Variations

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

Color information

#AFDF6A (or 0xAFDF6A) is known color: Conifer. HEX triplet: AF, DF and 6A. RGB value is (175,223,106). Sum of RGB (Red+Green+Blue) = 175+223+106=504 (66% of max value = 765). Red value is 175 (68.75% from 255 or 34.72% from 504); Green value is 223 (87.5% from 255 or 44.25% from 504); Blue value is 106 (41.80% from 255 or 21.03% from 504); Max value from RGB is 223 - color contains mainly: green. Hex color #AFDF6A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AFDF6A is #502095. Grayscale: #C3C3C3. Windows color (decimal): -5251222 or 7004079. OLE color: 7004079.

HSL color Cylindrical-coordinate representation of color #AFDF6A: hue angle of 84.62º degrees, saturation: 0.65, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #AFDF6A is Cyan = 0.22, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.13.

Color convert

RGB 175 223 106 -
CMYK 0.22 0 0.52 0.13
HSL 84.62º 0.65% 0.65% -
HSV(B) 84.62º 0.52% 0.87% -
XYZ 46.67 62.93 23.32 -
YUV 195.31 77.6 113.51 -
System Red Green Blue C M Y K H S L
Decimal 175 223 106 0.22 0 0.52 0.13 84.62 0.65 0.65
Hex AF DF 6A 16 0 34 D 55 41 41
Octal 257 337 152 26 0 64 15 125 101 101
Binary 10101111 11011111 1101010 10110 0 110100 1101 1010101 1000001 1000001

Color Harmonies of #AFDF6A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFDF6A

Black with #AFDF6A

Text Example


Text Example

White with #AFDF6A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFDF6A; }

 p { color: rgb(175,223,106); }

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

background-color css

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

 a { background-color: rgb(175,223,106); }

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

border-color css

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

 span { border-color: rgb(175,223,106); }

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