Html Css Color HEX #A5F092 Granny Smith Apple

📋 copy color: '#A5F092'

red 165 ◦ green 240 ◦ blue 146

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

Shades of Granny Smith Apple #A5F092

Tints of Granny Smith Apple #A5F092

RGB

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

 GREEN value IS 240 (94.14% from 255) = 43.56%

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

R = 29.95%
G = 43.56%
B = 26.5%

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

#A5F092 (or 0xA5F092) is known color: Granny Smith Apple. HEX triplet: A5, F0 and 92. RGB value is (165,240,146). Sum of RGB (Red+Green+Blue) = 165+240+146=551 (72% of max value = 765). Red value is 165 (64.84% from 255 or 29.95% from 551); Green value is 240 (94.14% from 255 or 43.56% from 551); Blue value is 146 (57.42% from 255 or 26.50% from 551); Max value from RGB is 240 - color contains mainly: green. Hex color #A5F092 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A5F092 is #5A0F6D. Grayscale: #CFCFCF. Windows color (decimal): -5902190 or 9629861. OLE color: 9629861.

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

Color convert

RGB 165 240 146 -
CMYK 0.31 0 0.39 0.06
HSL 107.87º 0.76% 0.76% -
HSV(B) 107.87º 0.39% 0.94% -
XYZ 51.87 72.39 38.43 -
YUV 206.86 93.65 98.14 -
System Red Green Blue C M Y K H S L
Decimal 165 240 146 0.31 0 0.39 0.06 107.87 0.76 0.76
Hex A5 F0 92 1F 0 27 6 6C 4C 4C
Octal 245 360 222 37 0 47 6 154 114 114
Binary 10100101 11110000 10010010 11111 0 100111 110 1101100 1001100 1001100

Color Harmonies of #A5F092

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5F092

Black with #A5F092

Text Example


Text Example

White with #A5F092

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5F092; }

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

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

background-color css

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

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

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

border-color css

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

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

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