Html Css Color HEX #6ACF35 Apple

📋 copy color: '#6ACF35'

red 106 ◦ green 207 ◦ blue 53

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

Shades of Apple #6ACF35

Tints of Apple #6ACF35

RGB

 RED value IS 106 (41.8% from 255) = 28.96%

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

 BLUE value IS 53 (21.09% from 255) = 14.48%

R = 28.96%
G = 56.56%
B = 14.48%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.74

 K value IS 0.19

RGB Variations

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

Color information

#6ACF35 (or 0x6ACF35) is known color: Apple. HEX triplet: 6A, CF and 35. RGB value is (106,207,53). Sum of RGB (Red+Green+Blue) = 106+207+53=366 (48% of max value = 765). Red value is 106 (41.80% from 255 or 28.96% from 366); Green value is 207 (81.25% from 255 or 56.56% from 366); Blue value is 53 (21.09% from 255 or 14.48% from 366); Max value from RGB is 207 - color contains mainly: green. Hex color #6ACF35 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #6ACF35 is #9530CA. Grayscale: #9F9F9F. Windows color (decimal): -9777355 or 3526506. OLE color: 3526506.

HSL color Cylindrical-coordinate representation of color #6ACF35: hue angle of 99.35º degrees, saturation: 0.62, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #6ACF35 is Cyan = 0.49, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.19.

Color convert

RGB 106 207 53 -
CMYK 0.49 0 0.74 0.19
HSL 99.35º 0.62% 0.51% -
HSV(B) 99.35º 0.74% 0.81% -
XYZ 28.9 47.95 11.1 -
YUV 159.25 68.04 90.02 -
System Red Green Blue C M Y K H S L
Decimal 106 207 53 0.49 0 0.74 0.19 99.35 0.62 0.51
Hex 6A CF 35 31 0 4A 13 63 3E 33
Octal 152 317 65 61 0 112 23 143 76 63
Binary 1101010 11001111 110101 110001 0 1001010 10011 1100011 111110 110011

Color Harmonies of #6ACF35

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6ACF35

Black with #6ACF35

Text Example


Text Example

White with #6ACF35

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6ACF35; }

 p { color: rgb(106,207,53); }

 H1.HeaderClassName
 {
   color: #6ACF35;
 }
 .AnyTagClassName
 {
   color: #6ACF35;
 }
</style>

background-color css

<style>
 a { background-color: #6ACF35; }

 a { background-color: rgb(106,207,53); }

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

border-color css

<style>
 span { border-color: #6ACF35; }

 span { border-color: rgb(106,207,53); }

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