Html Css Color HEX #AFE03C Conifer

📋 copy color: '#AFE03C'

red 175 ◦ green 224 ◦ blue 60

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

Shades of Conifer #AFE03C

Tints of Conifer #AFE03C

RGB

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

 GREEN value IS 224 (87.89% from 255) = 48.8%

 BLUE value IS 60 (23.83% from 255) = 13.07%

R = 38.13%
G = 48.8%
B = 13.07%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.73

 K value IS 0.12

RGB Variations

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

Color information

#AFE03C (or 0xAFE03C) is known color: Conifer. HEX triplet: AF, E0 and 3C. RGB value is (175,224,60). Sum of RGB (Red+Green+Blue) = 175+224+60=459 (60% of max value = 765). Red value is 175 (68.75% from 255 or 38.13% from 459); Green value is 224 (87.89% from 255 or 48.80% from 459); Blue value is 60 (23.83% from 255 or 13.07% from 459); Max value from RGB is 224 - color contains mainly: green. Hex color #AFE03C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AFE03C is #501FC3. Grayscale: #BFBFBF. Windows color (decimal): -5251012 or 3989679. OLE color: 3989679.

HSL color Cylindrical-coordinate representation of color #AFE03C: hue angle of 77.93º degrees, saturation: 0.73, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #AFE03C is Cyan = 0.22, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.12.

Color convert

RGB 175 224 60 -
CMYK 0.22 0 0.73 0.12
HSL 77.93º 0.73% 0.56% -
HSV(B) 77.93º 0.73% 0.88% -
XYZ 45.15 62.75 14.01 -
YUV 190.65 54.27 116.84 -
System Red Green Blue C M Y K H S L
Decimal 175 224 60 0.22 0 0.73 0.12 77.93 0.73 0.56
Hex AF E0 3C 16 0 49 C 4E 49 38
Octal 257 340 74 26 0 111 14 116 111 70
Binary 10101111 11100000 111100 10110 0 1001001 1100 1001110 1001001 111000

Color Harmonies of #AFE03C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFE03C

Black with #AFE03C

Text Example


Text Example

White with #AFE03C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFE03C; }

 p { color: rgb(175,224,60); }

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

background-color css

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

 a { background-color: rgb(175,224,60); }

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

border-color css

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

 span { border-color: rgb(175,224,60); }

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