Html Css Color HEX #9ACB0D Citrus

📋 copy color: '#9ACB0D'

red 154 ◦ green 203 ◦ blue 13

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

Shades of Citrus #9ACB0D

Tints of Citrus #9ACB0D

RGB

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

 GREEN value IS 203 (79.69% from 255) = 54.86%

 BLUE value IS 13 (5.47% from 255) = 3.51%

R = 41.62%
G = 54.86%
B = 3.51%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.94

 K value IS 0.20

RGB Variations

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

Color information

#9ACB0D (or 0x9ACB0D) is known color: Citrus. HEX triplet: 9A, CB and 0D. RGB value is (154,203,13). Sum of RGB (Red+Green+Blue) = 154+203+13=370 (49% of max value = 765). Red value is 154 (60.55% from 255 or 41.62% from 370); Green value is 203 (79.69% from 255 or 54.86% from 370); Blue value is 13 (5.47% from 255 or 3.51% from 370); Max value from RGB is 203 - color contains mainly: green. Hex color #9ACB0D is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #9ACB0D is #6534F2. Grayscale: #A7A7A7. Windows color (decimal): -6632691 or 904090. OLE color: 904090.

HSL color Cylindrical-coordinate representation of color #9ACB0D: hue angle of 75.47º degrees, saturation: 0.88, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #9ACB0D is Cyan = 0.24, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.20.

Color convert

RGB 154 203 13 -
CMYK 0.24 0 0.94 0.20
HSL 75.47º 0.88% 0.42% -
HSV(B) 75.47º 0.94% 0.8% -
XYZ 34.76 49.61 8.12 -
YUV 166.69 41.27 118.95 -
System Red Green Blue C M Y K H S L
Decimal 154 203 13 0.24 0 0.94 0.20 75.47 0.88 0.42
Hex 9A CB D 18 0 5E 14 4B 58 2A
Octal 232 313 15 30 0 136 24 113 130 52
Binary 10011010 11001011 1101 11000 0 1011110 10100 1001011 1011000 101010

Color Harmonies of #9ACB0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9ACB0D

Black with #9ACB0D

Text Example


Text Example

White with #9ACB0D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(154,203,13); }

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

background-color css

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

 a { background-color: rgb(154,203,13); }

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

border-color css

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

 span { border-color: rgb(154,203,13); }

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