Html Css Color HEX #AFCD5C Conifer

📋 copy color: '#AFCD5C'

red 175 ◦ green 205 ◦ blue 92

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

Shades of Conifer #AFCD5C

Tints of Conifer #AFCD5C

RGB

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

 GREEN value IS 205 (80.47% from 255) = 43.43%

 BLUE value IS 92 (36.33% from 255) = 19.49%

R = 37.08%
G = 43.43%
B = 19.49%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.55

 K value IS 0.20

RGB Variations

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

Color information

#AFCD5C (or 0xAFCD5C) is known color: Conifer. HEX triplet: AF, CD and 5C. RGB value is (175,205,92). Sum of RGB (Red+Green+Blue) = 175+205+92=472 (62% of max value = 765). Red value is 175 (68.75% from 255 or 37.08% from 472); Green value is 205 (80.47% from 255 or 43.43% from 472); Blue value is 92 (36.33% from 255 or 19.49% from 472); Max value from RGB is 205 - color contains mainly: green. Hex color #AFCD5C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AFCD5C is #5032A3. Grayscale: #B7B7B7. Windows color (decimal): -5255844 or 6081967. OLE color: 6081967.

HSL color Cylindrical-coordinate representation of color #AFCD5C: hue angle of 75.93º degrees, saturation: 0.53, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #AFCD5C is Cyan = 0.15, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.20.

Color convert

RGB 175 205 92 -
CMYK 0.15 0 0.55 0.20
HSL 75.93º 0.53% 0.58% -
HSV(B) 75.93º 0.55% 0.8% -
XYZ 41.44 53.55 18.28 -
YUV 183.15 76.56 122.19 -
System Red Green Blue C M Y K H S L
Decimal 175 205 92 0.15 0 0.55 0.20 75.93 0.53 0.58
Hex AF CD 5C F 0 37 14 4C 35 3A
Octal 257 315 134 17 0 67 24 114 65 72
Binary 10101111 11001101 1011100 1111 0 110111 10100 1001100 110101 111010

Color Harmonies of #AFCD5C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFCD5C

Black with #AFCD5C

Text Example


Text Example

White with #AFCD5C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFCD5C; }

 p { color: rgb(175,205,92); }

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

background-color css

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

 a { background-color: rgb(175,205,92); }

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

border-color css

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

 span { border-color: rgb(175,205,92); }

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