Html Css Color HEX #AFF149 Conifer

📋 copy color: '#AFF149'

red 175 ◦ green 241 ◦ blue 73

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

Shades of Conifer #AFF149

Tints of Conifer #AFF149

RGB

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

 GREEN value IS 241 (94.53% from 255) = 49.28%

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

R = 35.79%
G = 49.28%
B = 14.93%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.70

 K value IS 0.05

RGB Variations

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

Color information

#AFF149 (or 0xAFF149) is known color: Conifer. HEX triplet: AF, F1 and 49. RGB value is (175,241,73). Sum of RGB (Red+Green+Blue) = 175+241+73=489 (64% of max value = 765). Red value is 175 (68.75% from 255 or 35.79% from 489); Green value is 241 (94.53% from 255 or 49.28% from 489); Blue value is 73 (28.91% from 255 or 14.93% from 489); Max value from RGB is 241 - color contains mainly: green. Hex color #AFF149 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #AFF149 is #500EB6. Grayscale: #CACACA. Windows color (decimal): -5246647 or 4845999. OLE color: 4845999.

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

Color convert

RGB 175 241 73 -
CMYK 0.27 0 0.70 0.05
HSL 83.57º 0.86% 0.62% -
HSV(B) 83.57º 0.7% 0.95% -
XYZ 50.34 72.51 17.65 -
YUV 202.11 55.13 108.66 -
System Red Green Blue C M Y K H S L
Decimal 175 241 73 0.27 0 0.70 0.05 83.57 0.86 0.62
Hex AF F1 49 1B 0 46 5 54 56 3E
Octal 257 361 111 33 0 106 5 124 126 76
Binary 10101111 11110001 1001001 11011 0 1000110 101 1010100 1010110 111110

Color Harmonies of #AFF149

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFF149

Black with #AFF149

Text Example


Text Example

White with #AFF149

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFF149; }

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

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

background-color css

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

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

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

border-color css

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

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

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