Html Css Color HEX #A5F285 Granny Smith Apple

📋 copy color: '#A5F285'

red 165 ◦ green 242 ◦ blue 133

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

Shades of Granny Smith Apple #A5F285

Tints of Granny Smith Apple #A5F285

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 24.63%

R = 30.56%
G = 44.81%
B = 24.63%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.45

 K value IS 0.05

RGB Variations

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

Color information

#A5F285 (or 0xA5F285) is known color: Granny Smith Apple. HEX triplet: A5, F2 and 85. RGB value is (165,242,133). Sum of RGB (Red+Green+Blue) = 165+242+133=540 (71% of max value = 765). Red value is 165 (64.84% from 255 or 30.56% from 540); Green value is 242 (94.92% from 255 or 44.81% from 540); Blue value is 133 (52.34% from 255 or 24.63% from 540); Max value from RGB is 242 - color contains mainly: green. Hex color #A5F285 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A5F285 is #5A0D7A. Grayscale: #CECECE. Windows color (decimal): -5901691 or 8778405. OLE color: 8778405.

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

Color convert

RGB 165 242 133 -
CMYK 0.32 0 0.45 0.05
HSL 102.39º 0.81% 0.74% -
HSV(B) 102.39º 0.45% 0.95% -
XYZ 51.5 73.2 33.6 -
YUV 206.55 86.49 98.36 -
System Red Green Blue C M Y K H S L
Decimal 165 242 133 0.32 0 0.45 0.05 102.39 0.81 0.74
Hex A5 F2 85 20 0 2D 5 66 51 4A
Octal 245 362 205 40 0 55 5 146 121 112
Binary 10100101 11110010 10000101 100000 0 101101 101 1100110 1010001 1001010

Color Harmonies of #A5F285

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5F285

Black with #A5F285

Text Example


Text Example

White with #A5F285

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5F285; }

 p { color: rgb(165,242,133); }

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

background-color css

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

 a { background-color: rgb(165,242,133); }

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

border-color css

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

 span { border-color: rgb(165,242,133); }

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