Html Css Color HEX #00DE1A Free Speech Green

📋 copy color: '#00DE1A'

red 0 ◦ green 222 ◦ blue 26

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

Shades of Free Speech Green #00DE1A

Tints of Free Speech Green #00DE1A

RGB

 RED value IS 0 (0.39% from 255) = 0%

 GREEN value IS 222 (87.11% from 255) = 89.52%

 BLUE value IS 26 (10.55% from 255) = 10.48%

R = 0%
G = 89.52%
B = 10.48%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.88

 K value IS 0.13

RGB Variations

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

Color information

#00DE1A (or 0x00DE1A) is known color: Free Speech Green. HEX triplet: 00, DE and 1A. RGB value is (0,222,26). Sum of RGB (Red+Green+Blue) = 0+222+26=248 (32% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 248); Green value is 222 (87.11% from 255 or 89.52% from 248); Blue value is 26 (10.55% from 255 or 10.48% from 248); Max value from RGB is 222 - color contains mainly: green. Hex color #00DE1A is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #00DE1A is #FF21E5. Grayscale: #858585. Windows color (decimal): -16720358 or 1760768. OLE color: 1760768.

HSL color Cylindrical-coordinate representation of color #00DE1A: hue angle of 127.03º degrees, saturation: 1, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00DE1A is Cyan = 1, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.13.

Color convert

RGB 0 222 26 -
CMYK 1 0 0.88 0.13
HSL 127.03º 1% 0.44% -
HSV(B) 127.03º 1% 0.87% -
XYZ 26.31 52.32 9.69 -
YUV 133.28 67.45 32.94 -
System Red Green Blue C M Y K H S L
Decimal 0 222 26 1 0 0.88 0.13 127.03 1 0.44
Hex 0 DE 1A 64 0 58 D 7F 64 2C
Octal 0 336 32 144 0 130 15 177 144 54
Binary 0 11011110 11010 1100100 0 1011000 1101 1111111 1100100 101100

Color Harmonies of #00DE1A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00DE1A

Black with #00DE1A

Text Example


Text Example

White with #00DE1A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #00DE1A; }

 p { color: rgb(0,222,26); }

 H1.HeaderClassName
 {
   color: #00DE1A;
 }
 .AnyTagClassName
 {
   color: #00DE1A;
 }
</style>

background-color css

<style>
 a { background-color: #00DE1A; }

 a { background-color: rgb(0,222,26); }

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

border-color css

<style>
 span { border-color: #00DE1A; }

 span { border-color: rgb(0,222,26); }

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