Html Css Color HEX #AAF358 Conifer

📋 copy color: '#AAF358'

red 170 ◦ green 243 ◦ blue 88

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

Shades of Conifer #AAF358

Tints of Conifer #AAF358

RGB

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

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

 BLUE value IS 88 (34.77% from 255) = 17.56%

R = 33.93%
G = 48.5%
B = 17.56%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.64

 K value IS 0.05

RGB Variations

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

Color information

#AAF358 (or 0xAAF358) is known color: Conifer. HEX triplet: AA, F3 and 58. RGB value is (170,243,88). Sum of RGB (Red+Green+Blue) = 170+243+88=501 (66% of max value = 765). Red value is 170 (66.80% from 255 or 33.93% from 501); Green value is 243 (95.31% from 255 or 48.50% from 501); Blue value is 88 (34.77% from 255 or 17.56% from 501); Max value from RGB is 243 - color contains mainly: green. Hex color #AAF358 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #AAF358 is #550CA7. Grayscale: #CCCCCC. Windows color (decimal): -5573800 or 5829546. OLE color: 5829546.

HSL color Cylindrical-coordinate representation of color #AAF358: hue angle of 88.26º degrees, saturation: 0.87, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #AAF358 is Cyan = 0.30, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.05.

Color convert

RGB 170 243 88 -
CMYK 0.30 0 0.64 0.05
HSL 88.26º 0.87% 0.65% -
HSV(B) 88.26º 0.64% 0.95% -
XYZ 50.39 73.35 20.74 -
YUV 203.5 62.82 104.1 -
System Red Green Blue C M Y K H S L
Decimal 170 243 88 0.30 0 0.64 0.05 88.26 0.87 0.65
Hex AA F3 58 1E 0 40 5 58 57 41
Octal 252 363 130 36 0 100 5 130 127 101
Binary 10101010 11110011 1011000 11110 0 1000000 101 1011000 1010111 1000001

Color Harmonies of #AAF358

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAF358

Black with #AAF358

Text Example


Text Example

White with #AAF358

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAF358; }

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

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

background-color css

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

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

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

border-color css

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

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

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