Html Css Color HEX #90CE0C Citrus

📋 copy color: '#90CE0C'

red 144 ◦ green 206 ◦ blue 12

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

Shades of Citrus #90CE0C

Tints of Citrus #90CE0C

RGB

 RED value IS 144 (56.64% from 255) = 39.78%

 GREEN value IS 206 (80.86% from 255) = 56.91%

 BLUE value IS 12 (5.08% from 255) = 3.31%

R = 39.78%
G = 56.91%
B = 3.31%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.94

 K value IS 0.19

RGB Variations

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

Color information

#90CE0C (or 0x90CE0C) is known color: Citrus. HEX triplet: 90, CE and 0C. RGB value is (144,206,12). Sum of RGB (Red+Green+Blue) = 144+206+12=362 (47% of max value = 765). Red value is 144 (56.64% from 255 or 39.78% from 362); Green value is 206 (80.86% from 255 or 56.91% from 362); Blue value is 12 (5.08% from 255 or 3.31% from 362); Max value from RGB is 206 - color contains mainly: green. Hex color #90CE0C is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #90CE0C is #6F31F3. Grayscale: #A6A6A6. Windows color (decimal): -7287284 or 839312. OLE color: 839312.

HSL color Cylindrical-coordinate representation of color #90CE0C: hue angle of 79.18º degrees, saturation: 0.89, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #90CE0C is Cyan = 0.30, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.19.

Color convert

RGB 144 206 12 -
CMYK 0.30 0 0.94 0.19
HSL 79.18º 0.89% 0.43% -
HSV(B) 79.18º 0.94% 0.81% -
XYZ 33.64 50.1 8.24 -
YUV 165.35 41.46 112.77 -
System Red Green Blue C M Y K H S L
Decimal 144 206 12 0.30 0 0.94 0.19 79.18 0.89 0.43
Hex 90 CE C 1E 0 5E 13 4F 59 2B
Octal 220 316 14 36 0 136 23 117 131 53
Binary 10010000 11001110 1100 11110 0 1011110 10011 1001111 1011001 101011

Color Harmonies of #90CE0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #90CE0C

Black with #90CE0C

Text Example


Text Example

White with #90CE0C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #90CE0C; }

 p { color: rgb(144,206,12); }

 H1.HeaderClassName
 {
   color: #90CE0C;
 }
 .AnyTagClassName
 {
   color: #90CE0C;
 }
</style>

background-color css

<style>
 a { background-color: #90CE0C; }

 a { background-color: rgb(144,206,12); }

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

border-color css

<style>
 span { border-color: #90CE0C; }

 span { border-color: rgb(144,206,12); }

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