Html Css Color HEX #AAE64B Conifer

📋 copy color: '#AAE64B'

red 170 ◦ green 230 ◦ blue 75

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

Shades of Conifer #AAE64B

Tints of Conifer #AAE64B

RGB

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

 GREEN value IS 230 (90.23% from 255) = 48.42%

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

R = 35.79%
G = 48.42%
B = 15.79%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.67

 K value IS 0.10

RGB Variations

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

Color information

#AAE64B (or 0xAAE64B) is known color: Conifer. HEX triplet: AA, E6 and 4B. RGB value is (170,230,75). Sum of RGB (Red+Green+Blue) = 170+230+75=475 (62% of max value = 765). Red value is 170 (66.80% from 255 or 35.79% from 475); Green value is 230 (90.23% from 255 or 48.42% from 475); Blue value is 75 (29.69% from 255 or 15.79% from 475); Max value from RGB is 230 - color contains mainly: green. Hex color #AAE64B is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #AAE64B is #5519B4. Grayscale: #C2C2C2. Windows color (decimal): -5577141 or 4974250. OLE color: 4974250.

HSL color Cylindrical-coordinate representation of color #AAE64B: hue angle of 83.23º degrees, saturation: 0.76, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #AAE64B is Cyan = 0.26, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.10.

Color convert

RGB 170 230 75 -
CMYK 0.26 0 0.67 0.10
HSL 83.23º 0.76% 0.6% -
HSV(B) 83.23º 0.67% 0.9% -
XYZ 46.14 65.65 16.9 -
YUV 194.39 60.62 110.6 -
System Red Green Blue C M Y K H S L
Decimal 170 230 75 0.26 0 0.67 0.10 83.23 0.76 0.6
Hex AA E6 4B 1A 0 43 A 53 4C 3C
Octal 252 346 113 32 0 103 12 123 114 74
Binary 10101010 11100110 1001011 11010 0 1000011 1010 1010011 1001100 111100

Color Harmonies of #AAE64B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAE64B

Black with #AAE64B

Text Example


Text Example

White with #AAE64B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAE64B; }

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

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

background-color css

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

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

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

border-color css

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

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

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