Html Css Color HEX #A5F186 Granny Smith Apple

📋 copy color: '#A5F186'

red 165 ◦ green 241 ◦ blue 134

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

Shades of Granny Smith Apple #A5F186

Tints of Granny Smith Apple #A5F186

RGB

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

 GREEN value IS 241 (94.53% from 255) = 44.63%

 BLUE value IS 134 (52.73% from 255) = 24.81%

R = 30.56%
G = 44.63%
B = 24.81%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.44

 K value IS 0.05

RGB Variations

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

Color information

#A5F186 (or 0xA5F186) is known color: Granny Smith Apple. HEX triplet: A5, F1 and 86. RGB value is (165,241,134). Sum of RGB (Red+Green+Blue) = 165+241+134=540 (71% of max value = 765). Red value is 165 (64.84% from 255 or 30.56% from 540); Green value is 241 (94.53% from 255 or 44.63% from 540); Blue value is 134 (52.73% from 255 or 24.81% from 540); Max value from RGB is 241 - color contains mainly: green. Hex color #A5F186 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A5F186 is #5A0E79. Grayscale: #CECECE. Windows color (decimal): -5901946 or 8843685. OLE color: 8843685.

HSL color Cylindrical-coordinate representation of color #A5F186: hue angle of 102.62º degrees, saturation: 0.79, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #A5F186 is Cyan = 0.32, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.05.

Color convert

RGB 165 241 134 -
CMYK 0.32 0 0.44 0.05
HSL 102.62º 0.79% 0.74% -
HSV(B) 102.62º 0.44% 0.95% -
XYZ 51.28 72.63 33.87 -
YUV 206.08 87.32 98.7 -
System Red Green Blue C M Y K H S L
Decimal 165 241 134 0.32 0 0.44 0.05 102.62 0.79 0.74
Hex A5 F1 86 20 0 2C 5 67 4F 4A
Octal 245 361 206 40 0 54 5 147 117 112
Binary 10100101 11110001 10000110 100000 0 101100 101 1100111 1001111 1001010

Color Harmonies of #A5F186

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5F186

Black with #A5F186

Text Example


Text Example

White with #A5F186

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5F186; }

 p { color: rgb(165,241,134); }

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

background-color css

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

 a { background-color: rgb(165,241,134); }

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

border-color css

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

 span { border-color: rgb(165,241,134); }

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