Html Css Color HEX #9AF080 Granny Smith Apple

📋 copy color: '#9AF080'

red 154 ◦ green 240 ◦ blue 128

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

Shades of Granny Smith Apple #9AF080

Tints of Granny Smith Apple #9AF080

RGB

 RED value IS 154 (60.55% from 255) = 29.5%

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

 BLUE value IS 128 (50.39% from 255) = 24.52%

R = 29.5%
G = 45.98%
B = 24.52%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.47

 K value IS 0.06

RGB Variations

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

Color information

#9AF080 (or 0x9AF080) is known color: Granny Smith Apple. HEX triplet: 9A, F0 and 80. RGB value is (154,240,128). Sum of RGB (Red+Green+Blue) = 154+240+128=522 (69% of max value = 765). Red value is 154 (60.55% from 255 or 29.50% from 522); Green value is 240 (94.14% from 255 or 45.98% from 522); Blue value is 128 (50.39% from 255 or 24.52% from 522); Max value from RGB is 240 - color contains mainly: green. Hex color #9AF080 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #9AF080 is #650F7F. Grayscale: #C9C9C9. Windows color (decimal): -6623104 or 8450202. OLE color: 8450202.

HSL color Cylindrical-coordinate representation of color #9AF080: hue angle of 106.07º degrees, saturation: 0.79, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #9AF080 is Cyan = 0.36, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.06.

Color convert

RGB 154 240 128 -
CMYK 0.36 0 0.47 0.06
HSL 106.07º 0.79% 0.72% -
HSV(B) 106.07º 0.47% 0.94% -
XYZ 48.38 70.75 31.53 -
YUV 201.52 86.51 94.11 -
System Red Green Blue C M Y K H S L
Decimal 154 240 128 0.36 0 0.47 0.06 106.07 0.79 0.72
Hex 9A F0 80 24 0 2F 6 6A 4F 48
Octal 232 360 200 44 0 57 6 152 117 110
Binary 10011010 11110000 10000000 100100 0 101111 110 1101010 1001111 1001000

Color Harmonies of #9AF080

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9AF080

Black with #9AF080

Text Example


Text Example

White with #9AF080

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9AF080; }

 p { color: rgb(154,240,128); }

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

background-color css

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

 a { background-color: rgb(154,240,128); }

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

border-color css

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

 span { border-color: rgb(154,240,128); }

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