Html Css Color HEX #AFCE5A Conifer

📋 copy color: '#AFCE5A'

red 175 ◦ green 206 ◦ blue 90

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

Shades of Conifer #AFCE5A

Tints of Conifer #AFCE5A

RGB

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

 GREEN value IS 206 (80.86% from 255) = 43.74%

 BLUE value IS 90 (35.55% from 255) = 19.11%

R = 37.15%
G = 43.74%
B = 19.11%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.56

 K value IS 0.19

RGB Variations

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

Color information

#AFCE5A (or 0xAFCE5A) is known color: Conifer. HEX triplet: AF, CE and 5A. RGB value is (175,206,90). Sum of RGB (Red+Green+Blue) = 175+206+90=471 (62% of max value = 765). Red value is 175 (68.75% from 255 or 37.15% from 471); Green value is 206 (80.86% from 255 or 43.74% from 471); Blue value is 90 (35.55% from 255 or 19.11% from 471); Max value from RGB is 206 - color contains mainly: green. Hex color #AFCE5A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AFCE5A is #5031A5. Grayscale: #B7B7B7. Windows color (decimal): -5255590 or 5951151. OLE color: 5951151.

HSL color Cylindrical-coordinate representation of color #AFCE5A: hue angle of 76.03º degrees, saturation: 0.54, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #AFCE5A is Cyan = 0.15, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.19.

Color convert

RGB 175 206 90 -
CMYK 0.15 0 0.56 0.19
HSL 76.03º 0.54% 0.58% -
HSV(B) 76.03º 0.56% 0.81% -
XYZ 41.6 53.99 17.9 -
YUV 183.51 75.23 121.93 -
System Red Green Blue C M Y K H S L
Decimal 175 206 90 0.15 0 0.56 0.19 76.03 0.54 0.58
Hex AF CE 5A F 0 38 13 4C 36 3A
Octal 257 316 132 17 0 70 23 114 66 72
Binary 10101111 11001110 1011010 1111 0 111000 10011 1001100 110110 111010

Color Harmonies of #AFCE5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFCE5A

Black with #AFCE5A

Text Example


Text Example

White with #AFCE5A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFCE5A; }

 p { color: rgb(175,206,90); }

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

background-color css

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

 a { background-color: rgb(175,206,90); }

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

border-color css

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

 span { border-color: rgb(175,206,90); }

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