Html Css Color HEX #AAF34B Conifer

📋 copy color: '#AAF34B'

red 170 ◦ green 243 ◦ blue 75

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

Shades of Conifer #AAF34B

Tints of Conifer #AAF34B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 15.37%

R = 34.84%
G = 49.8%
B = 15.37%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.69

 K value IS 0.05

RGB Variations

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

Color information

#AAF34B (or 0xAAF34B) is known color: Conifer. HEX triplet: AA, F3 and 4B. RGB value is (170,243,75). Sum of RGB (Red+Green+Blue) = 170+243+75=488 (64% of max value = 765). Red value is 170 (66.80% from 255 or 34.84% from 488); Green value is 243 (95.31% from 255 or 49.80% from 488); Blue value is 75 (29.69% from 255 or 15.37% from 488); Max value from RGB is 243 - color contains mainly: green. Hex color #AAF34B is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #AAF34B is #550CB4. Grayscale: #CACACA. Windows color (decimal): -5573813 or 4977578. OLE color: 4977578.

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

Color convert

RGB 170 243 75 -
CMYK 0.30 0 0.69 0.05
HSL 86.07º 0.88% 0.62% -
HSV(B) 86.07º 0.69% 0.95% -
XYZ 49.9 73.16 18.15 -
YUV 202.02 56.32 105.16 -
System Red Green Blue C M Y K H S L
Decimal 170 243 75 0.30 0 0.69 0.05 86.07 0.88 0.62
Hex AA F3 4B 1E 0 45 5 56 58 3E
Octal 252 363 113 36 0 105 5 126 130 76
Binary 10101010 11110011 1001011 11110 0 1000101 101 1010110 1011000 111110

Color Harmonies of #AAF34B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAF34B

Black with #AAF34B

Text Example


Text Example

White with #AAF34B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAF34B; }

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

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

background-color css

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

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

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

border-color css

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

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

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