Html Css Color HEX #A5EF92 Granny Smith Apple

📋 copy color: '#A5EF92'

red 165 ◦ green 239 ◦ blue 146

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

Shades of Granny Smith Apple #A5EF92

Tints of Granny Smith Apple #A5EF92

RGB

 RED value IS 165 (64.84% from 255) = 30%

 GREEN value IS 239 (93.75% from 255) = 43.45%

 BLUE value IS 146 (57.42% from 255) = 26.55%

R = 30%
G = 43.45%
B = 26.55%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.39

 K value IS 0.06

RGB Variations

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

Color information

#A5EF92 (or 0xA5EF92) is known color: Granny Smith Apple. HEX triplet: A5, EF and 92. RGB value is (165,239,146). Sum of RGB (Red+Green+Blue) = 165+239+146=550 (72% of max value = 765). Red value is 165 (64.84% from 255 or 30% from 550); Green value is 239 (93.75% from 255 or 43.45% from 550); Blue value is 146 (57.42% from 255 or 26.55% from 550); Max value from RGB is 239 - color contains mainly: green. Hex color #A5EF92 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A5EF92 is #5A106D. Grayscale: #CECECE. Windows color (decimal): -5902446 or 9629605. OLE color: 9629605.

HSL color Cylindrical-coordinate representation of color #A5EF92: hue angle of 107.74º degrees, saturation: 0.74, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #A5EF92 is Cyan = 0.31, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.06.

Color convert

RGB 165 239 146 -
CMYK 0.31 0 0.39 0.06
HSL 107.74º 0.74% 0.75% -
HSV(B) 107.74º 0.39% 0.94% -
XYZ 51.57 71.81 38.34 -
YUV 206.27 93.98 98.56 -
System Red Green Blue C M Y K H S L
Decimal 165 239 146 0.31 0 0.39 0.06 107.74 0.74 0.75
Hex A5 EF 92 1F 0 27 6 6C 4A 4B
Octal 245 357 222 37 0 47 6 154 112 113
Binary 10100101 11101111 10010010 11111 0 100111 110 1101100 1001010 1001011

Color Harmonies of #A5EF92

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5EF92

Black with #A5EF92

Text Example


Text Example

White with #A5EF92

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5EF92; }

 p { color: rgb(165,239,146); }

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

background-color css

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

 a { background-color: rgb(165,239,146); }

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

border-color css

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

 span { border-color: rgb(165,239,146); }

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