Html Css Color HEX #AAF348 Conifer

📋 copy color: '#AAF348'

red 170 ◦ green 243 ◦ blue 72

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

Shades of Conifer #AAF348

Tints of Conifer #AAF348

RGB

 RED value IS 170 (66.8% from 255) = 35.05%

 GREEN value IS 243 (95.31% from 255) = 50.1%

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

R = 35.05%
G = 50.1%
B = 14.85%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.70

 K value IS 0.05

RGB Variations

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

Color information

#AAF348 (or 0xAAF348) is known color: Conifer. HEX triplet: AA, F3 and 48. RGB value is (170,243,72). Sum of RGB (Red+Green+Blue) = 170+243+72=485 (64% of max value = 765). Red value is 170 (66.80% from 255 or 35.05% from 485); Green value is 243 (95.31% from 255 or 50.10% from 485); Blue value is 72 (28.52% from 255 or 14.85% from 485); Max value from RGB is 243 - color contains mainly: green. Hex color #AAF348 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #AAF348 is #550CB7. Grayscale: #CACACA. Windows color (decimal): -5573816 or 4780970. OLE color: 4780970.

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

Color convert

RGB 170 243 72 -
CMYK 0.30 0 0.70 0.05
HSL 85.61º 0.88% 0.62% -
HSV(B) 85.61º 0.7% 0.95% -
XYZ 49.8 73.12 17.62 -
YUV 201.68 54.82 105.4 -
System Red Green Blue C M Y K H S L
Decimal 170 243 72 0.30 0 0.70 0.05 85.61 0.88 0.62
Hex AA F3 48 1E 0 46 5 56 58 3E
Octal 252 363 110 36 0 106 5 126 130 76
Binary 10101010 11110011 1001000 11110 0 1000110 101 1010110 1011000 111110

Color Harmonies of #AAF348

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAF348

Black with #AAF348

Text Example


Text Example

White with #AAF348

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAF348; }

 p { color: rgb(170,243,72); }

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

background-color css

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

 a { background-color: rgb(170,243,72); }

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

border-color css

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

 span { border-color: rgb(170,243,72); }

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