Html Css Color HEX #AEF24D Conifer

📋 copy color: '#AEF24D'

red 174 ◦ green 242 ◦ blue 77

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

Shades of Conifer #AEF24D

Tints of Conifer #AEF24D

RGB

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

 GREEN value IS 242 (94.92% from 255) = 49.09%

 BLUE value IS 77 (30.47% from 255) = 15.62%

R = 35.29%
G = 49.09%
B = 15.62%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.68

 K value IS 0.05

RGB Variations

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

Color information

#AEF24D (or 0xAEF24D) is known color: Conifer. HEX triplet: AE, F2 and 4D. RGB value is (174,242,77). Sum of RGB (Red+Green+Blue) = 174+242+77=493 (65% of max value = 765). Red value is 174 (68.36% from 255 or 35.29% from 493); Green value is 242 (94.92% from 255 or 49.09% from 493); Blue value is 77 (30.47% from 255 or 15.62% from 493); Max value from RGB is 242 - color contains mainly: green. Hex color #AEF24D is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #AEF24D is #510DB2. Grayscale: #CBCBCB. Windows color (decimal): -5311923 or 5108398. OLE color: 5108398.

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

Color convert

RGB 174 242 77 -
CMYK 0.28 0 0.68 0.05
HSL 84.73º 0.86% 0.63% -
HSV(B) 84.73º 0.68% 0.95% -
XYZ 50.55 73.04 18.45 -
YUV 202.86 56.97 107.42 -
System Red Green Blue C M Y K H S L
Decimal 174 242 77 0.28 0 0.68 0.05 84.73 0.86 0.63
Hex AE F2 4D 1C 0 44 5 55 56 3F
Octal 256 362 115 34 0 104 5 125 126 77
Binary 10101110 11110010 1001101 11100 0 1000100 101 1010101 1010110 111111

Color Harmonies of #AEF24D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEF24D

Black with #AEF24D

Text Example


Text Example

White with #AEF24D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEF24D; }

 p { color: rgb(174,242,77); }

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

background-color css

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

 a { background-color: rgb(174,242,77); }

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

border-color css

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

 span { border-color: rgb(174,242,77); }

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