Html Css Color HEX #AAF367 Conifer

📋 copy color: '#AAF367'

red 170 ◦ green 243 ◦ blue 103

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

Shades of Conifer #AAF367

Tints of Conifer #AAF367

RGB

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

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

 BLUE value IS 103 (40.63% from 255) = 19.96%

R = 32.95%
G = 47.09%
B = 19.96%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.58

 K value IS 0.05

RGB Variations

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

Color information

#AAF367 (or 0xAAF367) is known color: Conifer. HEX triplet: AA, F3 and 67. RGB value is (170,243,103). Sum of RGB (Red+Green+Blue) = 170+243+103=516 (68% of max value = 765). Red value is 170 (66.80% from 255 or 32.95% from 516); Green value is 243 (95.31% from 255 or 47.09% from 516); Blue value is 103 (40.62% from 255 or 19.96% from 516); Max value from RGB is 243 - color contains mainly: green. Hex color #AAF367 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #AAF367 is #550C98. Grayscale: #CDCDCD. Windows color (decimal): -5573785 or 6812586. OLE color: 6812586.

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

Color convert

RGB 170 243 103 -
CMYK 0.30 0 0.58 0.05
HSL 91.29º 0.85% 0.68% -
HSV(B) 91.29º 0.58% 0.95% -
XYZ 51.08 73.63 24.35 -
YUV 205.21 70.32 102.88 -
System Red Green Blue C M Y K H S L
Decimal 170 243 103 0.30 0 0.58 0.05 91.29 0.85 0.68
Hex AA F3 67 1E 0 3A 5 5B 55 44
Octal 252 363 147 36 0 72 5 133 125 104
Binary 10101010 11110011 1100111 11110 0 111010 101 1011011 1010101 1000100

Color Harmonies of #AAF367

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAF367

Black with #AAF367

Text Example


Text Example

White with #AAF367

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAF367; }

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

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

background-color css

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

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

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

border-color css

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

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

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