Html Css Color HEX #AFE549 Conifer

📋 copy color: '#AFE549'

red 175 ◦ green 229 ◦ blue 73

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

Shades of Conifer #AFE549

Tints of Conifer #AFE549

RGB

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

 GREEN value IS 229 (89.84% from 255) = 48.01%

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

R = 36.69%
G = 48.01%
B = 15.3%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.68

 K value IS 0.10

RGB Variations

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

Color information

#AFE549 (or 0xAFE549) is known color: Conifer. HEX triplet: AF, E5 and 49. RGB value is (175,229,73). Sum of RGB (Red+Green+Blue) = 175+229+73=477 (63% of max value = 765). Red value is 175 (68.75% from 255 or 36.69% from 477); Green value is 229 (89.84% from 255 or 48.01% from 477); Blue value is 73 (28.91% from 255 or 15.30% from 477); Max value from RGB is 229 - color contains mainly: green. Hex color #AFE549 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AFE549 is #501AB6. Grayscale: #C3C3C3. Windows color (decimal): -5249719 or 4842927. OLE color: 4842927.

HSL color Cylindrical-coordinate representation of color #AFE549: hue angle of 80.77º degrees, saturation: 0.75, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #AFE549 is Cyan = 0.24, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.10.

Color convert

RGB 175 229 73 -
CMYK 0.24 0 0.68 0.10
HSL 80.77º 0.75% 0.59% -
HSV(B) 80.77º 0.68% 0.9% -
XYZ 46.9 65.63 16.5 -
YUV 195.07 59.11 113.68 -
System Red Green Blue C M Y K H S L
Decimal 175 229 73 0.24 0 0.68 0.10 80.77 0.75 0.59
Hex AF E5 49 18 0 44 A 51 4B 3B
Octal 257 345 111 30 0 104 12 121 113 73
Binary 10101111 11100101 1001001 11000 0 1000100 1010 1010001 1001011 111011

Color Harmonies of #AFE549

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFE549

Black with #AFE549

Text Example


Text Example

White with #AFE549

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFE549; }

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

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

background-color css

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

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

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

border-color css

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

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

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