Html Css Color HEX #AEE64A Conifer

📋 copy color: '#AEE64A'

red 174 ◦ green 230 ◦ blue 74

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

Shades of Conifer #AEE64A

Tints of Conifer #AEE64A

RGB

 RED value IS 174 (68.36% from 255) = 36.4%

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

 BLUE value IS 74 (29.3% from 255) = 15.48%

R = 36.4%
G = 48.12%
B = 15.48%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.68

 K value IS 0.10

RGB Variations

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

Color information

#AEE64A (or 0xAEE64A) is known color: Conifer. HEX triplet: AE, E6 and 4A. RGB value is (174,230,74). Sum of RGB (Red+Green+Blue) = 174+230+74=478 (63% of max value = 765). Red value is 174 (68.36% from 255 or 36.40% from 478); Green value is 230 (90.23% from 255 or 48.12% from 478); Blue value is 74 (29.30% from 255 or 15.48% from 478); Max value from RGB is 230 - color contains mainly: green. Hex color #AEE64A is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #AEE64A is #5119B5. Grayscale: #C4C4C4. Windows color (decimal): -5314998 or 4908718. OLE color: 4908718.

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

Color convert

RGB 174 230 74 -
CMYK 0.24 0 0.68 0.10
HSL 81.54º 0.76% 0.6% -
HSV(B) 81.54º 0.68% 0.9% -
XYZ 46.99 66.09 16.76 -
YUV 195.47 59.45 112.68 -
System Red Green Blue C M Y K H S L
Decimal 174 230 74 0.24 0 0.68 0.10 81.54 0.76 0.6
Hex AE E6 4A 18 0 44 A 52 4C 3C
Octal 256 346 112 30 0 104 12 122 114 74
Binary 10101110 11100110 1001010 11000 0 1000100 1010 1010010 1001100 111100

Color Harmonies of #AEE64A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEE64A

Black with #AEE64A

Text Example


Text Example

White with #AEE64A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEE64A; }

 p { color: rgb(174,230,74); }

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

background-color css

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

 a { background-color: rgb(174,230,74); }

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

border-color css

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

 span { border-color: rgb(174,230,74); }

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