Html Css Color HEX #AFF248 Conifer

📋 copy color: '#AFF248'

red 175 ◦ green 242 ◦ blue 72

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

Shades of Conifer #AFF248

Tints of Conifer #AFF248

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 14.72%

R = 35.79%
G = 49.49%
B = 14.72%

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

#AFF248 (or 0xAFF248) is known color: Conifer. HEX triplet: AF, F2 and 48. RGB value is (175,242,72). Sum of RGB (Red+Green+Blue) = 175+242+72=489 (64% of max value = 765). Red value is 175 (68.75% from 255 or 35.79% from 489); Green value is 242 (94.92% from 255 or 49.49% from 489); Blue value is 72 (28.52% from 255 or 14.72% from 489); Max value from RGB is 242 - color contains mainly: green. Hex color #AFF248 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #AFF248 is #500DB7. Grayscale: #CBCBCB. Windows color (decimal): -5246392 or 4780719. OLE color: 4780719.

HSL color Cylindrical-coordinate representation of color #AFF248: hue angle of 83.65º 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 #AFF248 is Cyan = 0.28, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.05.

Color convert

RGB 175 242 72 -
CMYK 0.28 0 0.70 0.05
HSL 83.65º 0.87% 0.62% -
HSV(B) 83.65º 0.7% 0.95% -
XYZ 50.6 73.09 17.57 -
YUV 202.59 54.3 108.32 -
System Red Green Blue C M Y K H S L
Decimal 175 242 72 0.28 0 0.70 0.05 83.65 0.87 0.62
Hex AF F2 48 1C 0 46 5 54 57 3E
Octal 257 362 110 34 0 106 5 124 127 76
Binary 10101111 11110010 1001000 11100 0 1000110 101 1010100 1010111 111110

Color Harmonies of #AFF248

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFF248

Black with #AFF248

Text Example


Text Example

White with #AFF248

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFF248; }

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

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

background-color css

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

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

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

border-color css

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

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

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