Html Css Color HEX #9AD00B Citrus

📋 copy color: '#9AD00B'

red 154 ◦ green 208 ◦ blue 11

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

Shades of Citrus #9AD00B

Tints of Citrus #9AD00B

RGB

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

 GREEN value IS 208 (81.64% from 255) = 55.76%

 BLUE value IS 11 (4.69% from 255) = 2.95%

R = 41.29%
G = 55.76%
B = 2.95%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.95

 K value IS 0.18

RGB Variations

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

Color information

#9AD00B (or 0x9AD00B) is known color: Citrus. HEX triplet: 9A, D0 and 0B. RGB value is (154,208,11). Sum of RGB (Red+Green+Blue) = 154+208+11=373 (49% of max value = 765). Red value is 154 (60.55% from 255 or 41.29% from 373); Green value is 208 (81.64% from 255 or 55.76% from 373); Blue value is 11 (4.69% from 255 or 2.95% from 373); Max value from RGB is 208 - color contains mainly: green. Hex color #9AD00B is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #9AD00B is #652FF4. Grayscale: #AAAAAA. Windows color (decimal): -6631413 or 774298. OLE color: 774298.

HSL color Cylindrical-coordinate representation of color #9AD00B: hue angle of 76.45º degrees, saturation: 0.9, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #9AD00B is Cyan = 0.26, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.18.

Color convert

RGB 154 208 11 -
CMYK 0.26 0 0.95 0.18
HSL 76.45º 0.9% 0.43% -
HSV(B) 76.45º 0.95% 0.82% -
XYZ 35.94 52.01 8.46 -
YUV 169.4 38.61 117.02 -
System Red Green Blue C M Y K H S L
Decimal 154 208 11 0.26 0 0.95 0.18 76.45 0.9 0.43
Hex 9A D0 B 1A 0 5F 12 4C 5A 2B
Octal 232 320 13 32 0 137 22 114 132 53
Binary 10011010 11010000 1011 11010 0 1011111 10010 1001100 1011010 101011

Color Harmonies of #9AD00B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9AD00B

Black with #9AD00B

Text Example


Text Example

White with #9AD00B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(154,208,11); }

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

background-color css

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

 a { background-color: rgb(154,208,11); }

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

border-color css

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

 span { border-color: rgb(154,208,11); }

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