Html Css Color HEX #AFE947 Conifer

📋 copy color: '#AFE947'

red 175 ◦ green 233 ◦ blue 71

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

Shades of Conifer #AFE947

Tints of Conifer #AFE947

RGB

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

 GREEN value IS 233 (91.41% from 255) = 48.64%

 BLUE value IS 71 (28.13% from 255) = 14.82%

R = 36.53%
G = 48.64%
B = 14.82%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.70

 K value IS 0.09

RGB Variations

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

Color information

#AFE947 (or 0xAFE947) is known color: Conifer. HEX triplet: AF, E9 and 47. RGB value is (175,233,71). Sum of RGB (Red+Green+Blue) = 175+233+71=479 (63% of max value = 765). Red value is 175 (68.75% from 255 or 36.53% from 479); Green value is 233 (91.41% from 255 or 48.64% from 479); Blue value is 71 (28.12% from 255 or 14.82% from 479); Max value from RGB is 233 - color contains mainly: green. Hex color #AFE947 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #AFE947 is #5016B8. Grayscale: #C5C5C5. Windows color (decimal): -5248697 or 4712879. OLE color: 4712879.

HSL color Cylindrical-coordinate representation of color #AFE947: hue angle of 81.48º degrees, saturation: 0.79, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #AFE947 is Cyan = 0.25, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.09.

Color convert

RGB 175 233 71 -
CMYK 0.25 0 0.70 0.09
HSL 81.48º 0.79% 0.6% -
HSV(B) 81.48º 0.7% 0.91% -
XYZ 47.96 67.85 16.53 -
YUV 197.19 56.78 112.17 -
System Red Green Blue C M Y K H S L
Decimal 175 233 71 0.25 0 0.70 0.09 81.48 0.79 0.6
Hex AF E9 47 19 0 46 9 51 4F 3C
Octal 257 351 107 31 0 106 11 121 117 74
Binary 10101111 11101001 1000111 11001 0 1000110 1001 1010001 1001111 111100

Color Harmonies of #AFE947

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFE947

Black with #AFE947

Text Example


Text Example

White with #AFE947

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFE947; }

 p { color: rgb(175,233,71); }

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

background-color css

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

 a { background-color: rgb(175,233,71); }

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

border-color css

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

 span { border-color: rgb(175,233,71); }

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