Html Css Color HEX #9BD10A Citrus

📋 copy color: '#9BD10A'

red 155 ◦ green 209 ◦ blue 10

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

Shades of Citrus #9BD10A

Tints of Citrus #9BD10A

RGB

 RED value IS 155 (60.94% from 255) = 41.44%

 GREEN value IS 209 (82.03% from 255) = 55.88%

 BLUE value IS 10 (4.3% from 255) = 2.67%

R = 41.44%
G = 55.88%
B = 2.67%

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

#9BD10A (or 0x9BD10A) is known color: Citrus. HEX triplet: 9B, D1 and 0A. RGB value is (155,209,10). Sum of RGB (Red+Green+Blue) = 155+209+10=374 (49% of max value = 765). Red value is 155 (60.94% from 255 or 41.44% from 374); Green value is 209 (82.03% from 255 or 55.88% from 374); Blue value is 10 (4.30% from 255 or 2.67% from 374); Max value from RGB is 209 - color contains mainly: green. Hex color #9BD10A is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #9BD10A is #642EF5. Grayscale: #AAAAAA. Windows color (decimal): -6565622 or 709019. OLE color: 709019.

HSL color Cylindrical-coordinate representation of color #9BD10A: hue angle of 76.28º degrees, saturation: 0.91, 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 #9BD10A is Cyan = 0.26, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.18.

Color convert

RGB 155 209 10 -
CMYK 0.26 0 0.95 0.18
HSL 76.28º 0.91% 0.43% -
HSV(B) 76.28º 0.95% 0.82% -
XYZ 36.37 52.59 8.52 -
YUV 170.17 37.61 117.18 -
System Red Green Blue C M Y K H S L
Decimal 155 209 10 0.26 0 0.95 0.18 76.28 0.91 0.43
Hex 9B D1 A 1A 0 5F 12 4C 5B 2B
Octal 233 321 12 32 0 137 22 114 133 53
Binary 10011011 11010001 1010 11010 0 1011111 10010 1001100 1011011 101011

Color Harmonies of #9BD10A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BD10A

Black with #9BD10A

Text Example


Text Example

White with #9BD10A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,209,10); }

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

background-color css

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

 a { background-color: rgb(155,209,10); }

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

border-color css

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

 span { border-color: rgb(155,209,10); }

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