Html Css Color HEX #9AD300 Citrus

📋 copy color: '#9AD300'

red 154 ◦ green 211 ◦ blue 0

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

Shades of Citrus #9AD300

Tints of Citrus #9AD300

RGB

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

 GREEN value IS 211 (82.81% from 255) = 57.81%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 42.19%
G = 57.81%
B = 0%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 1

 K value IS 0.17

RGB Variations

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

Color information

#9AD300 (or 0x9AD300) is known color: Citrus. HEX triplet: 9A, D3 and 00. RGB value is (154,211,0). Sum of RGB (Red+Green+Blue) = 154+211+0=365 (48% of max value = 765). Red value is 154 (60.55% from 255 or 42.19% from 365); Green value is 211 (82.81% from 255 or 57.81% from 365); Blue value is 0 (0.39% from 255 or 0% from 365); Max value from RGB is 211 - color contains mainly: green. Hex color #9AD300 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #9AD300 is #652CFF. Grayscale: #AAAAAA. Windows color (decimal): -6630656 or 54170. OLE color: 54170.

HSL color Cylindrical-coordinate representation of color #9AD300: hue angle of 76.21º degrees, saturation: 1, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 1%. Process color model (Four color, CMYK) of #9AD300 is Cyan = 0.27, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.17.

Color convert

RGB 154 211 0 -
CMYK 0.27 0 1 0.17
HSL 76.21º 1% 0.41% -
HSV(B) 76.21º 1% 0.83% -
XYZ 36.62 53.46 8.39 -
YUV 169.9 32.12 116.66 -
System Red Green Blue C M Y K H S L
Decimal 154 211 0 0.27 0 1 0.17 76.21 1 0.41
Hex 9A D3 0 1B 0 64 11 4C 64 29
Octal 232 323 0 33 0 144 21 114 144 51
Binary 10011010 11010011 0 11011 0 1100100 10001 1001100 1100100 101001

Color Harmonies of #9AD300

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9AD300

Black with #9AD300

Text Example


Text Example

White with #9AD300

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(154,211,0); }

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

background-color css

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

 a { background-color: rgb(154,211,0); }

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

border-color css

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

 span { border-color: rgb(154,211,0); }

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