Html Css Color HEX #9CCF4B Atlantis

📋 copy color: '#9CCF4B'

red 156 ◦ green 207 ◦ blue 75

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

Shades of Atlantis #9CCF4B

Tints of Atlantis #9CCF4B

RGB

 RED value IS 156 (61.33% from 255) = 35.62%

 GREEN value IS 207 (81.25% from 255) = 47.26%

 BLUE value IS 75 (29.69% from 255) = 17.12%

R = 35.62%
G = 47.26%
B = 17.12%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.64

 K value IS 0.19

RGB Variations

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

Color information

#9CCF4B (or 0x9CCF4B) is known color: Atlantis. HEX triplet: 9C, CF and 4B. RGB value is (156,207,75). Sum of RGB (Red+Green+Blue) = 156+207+75=438 (58% of max value = 765). Red value is 156 (61.33% from 255 or 35.62% from 438); Green value is 207 (81.25% from 255 or 47.26% from 438); Blue value is 75 (29.69% from 255 or 17.12% from 438); Max value from RGB is 207 - color contains mainly: green. Hex color #9CCF4B is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9CCF4B is #6330B4. Grayscale: #B1B1B1. Windows color (decimal): -6500533 or 4968348. OLE color: 4968348.

HSL color Cylindrical-coordinate representation of color #9CCF4B: hue angle of 83.18º degrees, saturation: 0.58, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #9CCF4B is Cyan = 0.25, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.19.

Color convert

RGB 156 207 75 -
CMYK 0.25 0 0.64 0.19
HSL 83.18º 0.58% 0.55% -
HSV(B) 83.18º 0.64% 0.81% -
XYZ 37.29 52.2 14.77 -
YUV 176.7 70.6 113.23 -
System Red Green Blue C M Y K H S L
Decimal 156 207 75 0.25 0 0.64 0.19 83.18 0.58 0.55
Hex 9C CF 4B 19 0 40 13 53 3A 37
Octal 234 317 113 31 0 100 23 123 72 67
Binary 10011100 11001111 1001011 11001 0 1000000 10011 1010011 111010 110111

Color Harmonies of #9CCF4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9CCF4B

Black with #9CCF4B

Text Example


Text Example

White with #9CCF4B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(156,207,75); }

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

background-color css

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

 a { background-color: rgb(156,207,75); }

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

border-color css

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

 span { border-color: rgb(156,207,75); }

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