Html Css Color HEX #9DCD0E Citrus

📋 copy color: '#9DCD0E'

red 157 ◦ green 205 ◦ blue 14

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

Shades of Citrus #9DCD0E

Tints of Citrus #9DCD0E

RGB

 RED value IS 157 (61.72% from 255) = 41.76%

 GREEN value IS 205 (80.47% from 255) = 54.52%

 BLUE value IS 14 (5.86% from 255) = 3.72%

R = 41.76%
G = 54.52%
B = 3.72%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.93

 K value IS 0.20

RGB Variations

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

Color information

#9DCD0E (or 0x9DCD0E) is known color: Citrus. HEX triplet: 9D, CD and 0E. RGB value is (157,205,14). Sum of RGB (Red+Green+Blue) = 157+205+14=376 (49% of max value = 765). Red value is 157 (61.72% from 255 or 41.76% from 376); Green value is 205 (80.47% from 255 or 54.52% from 376); Blue value is 14 (5.86% from 255 or 3.72% from 376); Max value from RGB is 205 - color contains mainly: green. Hex color #9DCD0E is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #9DCD0E is #6232F1. Grayscale: #A9A9A9. Windows color (decimal): -6435570 or 970141. OLE color: 970141.

HSL color Cylindrical-coordinate representation of color #9DCD0E: hue angle of 75.08º degrees, saturation: 0.87, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #9DCD0E is Cyan = 0.23, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.20.

Color convert

RGB 157 205 14 -
CMYK 0.23 0 0.93 0.20
HSL 75.08º 0.87% 0.43% -
HSV(B) 75.08º 0.93% 0.8% -
XYZ 35.82 50.86 8.35 -
YUV 168.87 40.6 119.53 -
System Red Green Blue C M Y K H S L
Decimal 157 205 14 0.23 0 0.93 0.20 75.08 0.87 0.43
Hex 9D CD E 17 0 5D 14 4B 57 2B
Octal 235 315 16 27 0 135 24 113 127 53
Binary 10011101 11001101 1110 10111 0 1011101 10100 1001011 1010111 101011

Color Harmonies of #9DCD0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9DCD0E

Black with #9DCD0E

Text Example


Text Example

White with #9DCD0E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(157,205,14); }

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

background-color css

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

 a { background-color: rgb(157,205,14); }

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

border-color css

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

 span { border-color: rgb(157,205,14); }

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