Html Css Color HEX #AFF249 Conifer

📋 copy color: '#AFF249'

red 175 ◦ green 242 ◦ blue 73

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

Shades of Conifer #AFF249

Tints of Conifer #AFF249

RGB

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

 GREEN value IS 242 (94.92% from 255) = 49.39%

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

R = 35.71%
G = 49.39%
B = 14.9%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.70

 K value IS 0.05

RGB Variations

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

Color information

#AFF249 (or 0xAFF249) is known color: Conifer. HEX triplet: AF, F2 and 49. RGB value is (175,242,73). Sum of RGB (Red+Green+Blue) = 175+242+73=490 (64% of max value = 765). Red value is 175 (68.75% from 255 or 35.71% from 490); Green value is 242 (94.92% from 255 or 49.39% from 490); Blue value is 73 (28.91% from 255 or 14.90% from 490); Max value from RGB is 242 - color contains mainly: green. Hex color #AFF249 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #AFF249 is #500DB6. Grayscale: #CBCBCB. Windows color (decimal): -5246391 or 4846255. OLE color: 4846255.

HSL color Cylindrical-coordinate representation of color #AFF249: hue angle of 83.79º degrees, saturation: 0.87, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #AFF249 is Cyan = 0.28, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.05.

Color convert

RGB 175 242 73 -
CMYK 0.28 0 0.70 0.05
HSL 83.79º 0.87% 0.62% -
HSV(B) 83.79º 0.7% 0.95% -
XYZ 50.63 73.1 17.74 -
YUV 202.7 54.8 108.24 -
System Red Green Blue C M Y K H S L
Decimal 175 242 73 0.28 0 0.70 0.05 83.79 0.87 0.62
Hex AF F2 49 1C 0 46 5 54 57 3E
Octal 257 362 111 34 0 106 5 124 127 76
Binary 10101111 11110010 1001001 11100 0 1000110 101 1010100 1010111 111110

Color Harmonies of #AFF249

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFF249

Black with #AFF249

Text Example


Text Example

White with #AFF249

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFF249; }

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

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

background-color css

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

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

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

border-color css

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

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

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