Html Css Color HEX #AFDA6C Conifer

📋 copy color: '#AFDA6C'

red 175 ◦ green 218 ◦ blue 108

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

Shades of Conifer #AFDA6C

Tints of Conifer #AFDA6C

RGB

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

 GREEN value IS 218 (85.55% from 255) = 43.51%

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

R = 34.93%
G = 43.51%
B = 21.56%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.50

 K value IS 0.15

RGB Variations

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

Color information

#AFDA6C (or 0xAFDA6C) is known color: Conifer. HEX triplet: AF, DA and 6C. RGB value is (175,218,108). Sum of RGB (Red+Green+Blue) = 175+218+108=501 (66% of max value = 765). Red value is 175 (68.75% from 255 or 34.93% from 501); Green value is 218 (85.55% from 255 or 43.51% from 501); Blue value is 108 (42.58% from 255 or 21.56% from 501); Max value from RGB is 218 - color contains mainly: green. Hex color #AFDA6C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AFDA6C is #502593. Grayscale: #C1C1C1. Windows color (decimal): -5252500 or 7133871. OLE color: 7133871.

HSL color Cylindrical-coordinate representation of color #AFDA6C: hue angle of 83.45º degrees, saturation: 0.6, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #AFDA6C is Cyan = 0.20, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.15.

Color convert

RGB 175 218 108 -
CMYK 0.20 0 0.50 0.15
HSL 83.45º 0.6% 0.64% -
HSV(B) 83.45º 0.5% 0.85% -
XYZ 45.46 60.34 23.44 -
YUV 192.6 80.25 115.44 -
System Red Green Blue C M Y K H S L
Decimal 175 218 108 0.20 0 0.50 0.15 83.45 0.6 0.64
Hex AF DA 6C 14 0 32 F 53 3C 40
Octal 257 332 154 24 0 62 17 123 74 100
Binary 10101111 11011010 1101100 10100 0 110010 1111 1010011 111100 1000000

Color Harmonies of #AFDA6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFDA6C

Black with #AFDA6C

Text Example


Text Example

White with #AFDA6C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFDA6C; }

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

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

background-color css

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

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

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

border-color css

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

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

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