Html Css Color HEX #AFE949 Conifer

📋 copy color: '#AFE949'

red 175 ◦ green 233 ◦ blue 73

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

Shades of Conifer #AFE949

Tints of Conifer #AFE949

RGB

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

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

 BLUE value IS 73 (28.91% from 255) = 15.18%

R = 36.38%
G = 48.44%
B = 15.18%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.69

 K value IS 0.09

RGB Variations

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

Color information

#AFE949 (or 0xAFE949) is known color: Conifer. HEX triplet: AF, E9 and 49. RGB value is (175,233,73). Sum of RGB (Red+Green+Blue) = 175+233+73=481 (63% of max value = 765). Red value is 175 (68.75% from 255 or 36.38% from 481); Green value is 233 (91.41% from 255 or 48.44% from 481); Blue value is 73 (28.91% from 255 or 15.18% from 481); Max value from RGB is 233 - color contains mainly: green. Hex color #AFE949 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #AFE949 is #5016B6. Grayscale: #C6C6C6. Windows color (decimal): -5248695 or 4843951. OLE color: 4843951.

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

Color convert

RGB 175 233 73 -
CMYK 0.25 0 0.69 0.09
HSL 81.75º 0.78% 0.6% -
HSV(B) 81.75º 0.69% 0.91% -
XYZ 48.02 67.87 16.87 -
YUV 197.42 57.78 112.01 -
System Red Green Blue C M Y K H S L
Decimal 175 233 73 0.25 0 0.69 0.09 81.75 0.78 0.6
Hex AF E9 49 19 0 45 9 52 4E 3C
Octal 257 351 111 31 0 105 11 122 116 74
Binary 10101111 11101001 1001001 11001 0 1000101 1001 1010010 1001110 111100

Color Harmonies of #AFE949

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFE949

Black with #AFE949

Text Example


Text Example

White with #AFE949

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFE949; }

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

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

background-color css

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

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

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

border-color css

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

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

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