Html Css Color HEX #AAE74B Conifer

📋 copy color: '#AAE74B'

red 170 ◦ green 231 ◦ blue 75

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

Shades of Conifer #AAE74B

Tints of Conifer #AAE74B

RGB

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

 GREEN value IS 231 (90.63% from 255) = 48.53%

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

R = 35.71%
G = 48.53%
B = 15.76%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.68

 K value IS 0.09

RGB Variations

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

Color information

#AAE74B (or 0xAAE74B) is known color: Conifer. HEX triplet: AA, E7 and 4B. RGB value is (170,231,75). Sum of RGB (Red+Green+Blue) = 170+231+75=476 (63% of max value = 765). Red value is 170 (66.80% from 255 or 35.71% from 476); Green value is 231 (90.62% from 255 or 48.53% from 476); Blue value is 75 (29.69% from 255 or 15.76% from 476); Max value from RGB is 231 - color contains mainly: green. Hex color #AAE74B is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #AAE74B is #5518B4. Grayscale: #C3C3C3. Windows color (decimal): -5576885 or 4974506. OLE color: 4974506.

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

Color convert

RGB 170 231 75 -
CMYK 0.26 0 0.68 0.09
HSL 83.46º 0.76% 0.6% -
HSV(B) 83.46º 0.68% 0.91% -
XYZ 46.42 66.21 16.99 -
YUV 194.98 60.29 110.18 -
System Red Green Blue C M Y K H S L
Decimal 170 231 75 0.26 0 0.68 0.09 83.46 0.76 0.6
Hex AA E7 4B 1A 0 44 9 53 4C 3C
Octal 252 347 113 32 0 104 11 123 114 74
Binary 10101010 11100111 1001011 11010 0 1000100 1001 1010011 1001100 111100

Color Harmonies of #AAE74B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAE74B

Black with #AAE74B

Text Example


Text Example

White with #AAE74B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAE74B; }

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

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

background-color css

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

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

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

border-color css

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

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

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