Html Css Color HEX #AFE043 Conifer

📋 copy color: '#AFE043'

red 175 ◦ green 224 ◦ blue 67

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

Shades of Conifer #AFE043

Tints of Conifer #AFE043

RGB

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

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

 BLUE value IS 67 (26.56% from 255) = 14.38%

R = 37.55%
G = 48.07%
B = 14.38%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.70

 K value IS 0.12

RGB Variations

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

Color information

#AFE043 (or 0xAFE043) is known color: Conifer. HEX triplet: AF, E0 and 43. RGB value is (175,224,67). Sum of RGB (Red+Green+Blue) = 175+224+67=466 (61% of max value = 765). Red value is 175 (68.75% from 255 or 37.55% from 466); Green value is 224 (87.89% from 255 or 48.07% from 466); Blue value is 67 (26.56% from 255 or 14.38% from 466); Max value from RGB is 224 - color contains mainly: green. Hex color #AFE043 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AFE043 is #501FBC. Grayscale: #C0C0C0. Windows color (decimal): -5251005 or 4448431. OLE color: 4448431.

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

Color convert

RGB 175 224 67 -
CMYK 0.22 0 0.70 0.12
HSL 78.73º 0.72% 0.57% -
HSV(B) 78.73º 0.7% 0.88% -
XYZ 45.35 62.83 15.05 -
YUV 191.45 57.77 116.27 -
System Red Green Blue C M Y K H S L
Decimal 175 224 67 0.22 0 0.70 0.12 78.73 0.72 0.57
Hex AF E0 43 16 0 46 C 4F 48 39
Octal 257 340 103 26 0 106 14 117 110 71
Binary 10101111 11100000 1000011 10110 0 1000110 1100 1001111 1001000 111001

Color Harmonies of #AFE043

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFE043

Black with #AFE043

Text Example


Text Example

White with #AFE043

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFE043; }

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

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

background-color css

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

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

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

border-color css

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

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

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